Package-level declarations
Types
Specifies baseline coordinates for drawing filled areas on line charts.
Adapts data for use in a StackedAreaPlot where the input data consists of a List of x-axis coordinates and multiple Lists of Float y-axis coordinates, one per line, where the values are before stacking. This adapter will sum y-axis values to compute each line's height in the StackedAreaPlot. The size of xData and all series in yData must be equal.
Represents a set of points for a StackedAreaPlot.
Provides styling for a single series in a StackedAreaChart.
Functions
An area plot that draws data as points and lines with a filled area to a baseline.
A line plot that draws data as points and lines on an XYGraph.
A Stacked Area Plot is like a line plot but with filled areas between lines, and where each successive line is added to all of the lines before it, so they stack.
Returns an instance of a StackedAreaPlotEntry using the provided data.
An XY Chart that draws series as points and stairsteps between points.
A StairstepPlot that differentiate lineStyle&areaBaseline at each Y-values based on levelLineStyle.